home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / cleartsr.zip / CLRTSR.DOC next >
Text File  |  1989-01-01  |  1KB  |  36 lines

  1. ClrTSR is a small system of two programs that can be used
  2. to manage memory-resident programs. TSR stands for "Terminate
  3. and Stay Resident". The two programs are used simply as
  4. follows:
  5.  
  6. 1) Call the program MARK.COM before installing any memory-
  7.    resident program that you may wish to deinstall later.
  8.    This marks the current position in memory and stores the
  9.    DOS interrupt vector table (all interrupts from 0 to FFH).
  10.  
  11. 2) Install whatever TSRs that you want to use in the normal
  12.    way that you install them.
  13.  
  14. 3) When you want to deinstall all TSRs above the last MARK,
  15.    call the program RELEASE.COM. This will release all of the
  16.    memory above (and including) the last MARK, and restore
  17.    all interrupt vectors taken over by the memory resident
  18.    programs.
  19.  
  20. MARK and RELEASE can be "stacked" as many times as desired.
  21. RELEASE always releases the memory above the last MARK called.
  22.  
  23. MARK and RELEASE should work on any system running PCDOS or
  24. MSDOS 2.0 or later. They were developed on a Compaq Deskpro
  25. 286 running Compaq DOS 3.0.
  26.  
  27. Get one of the programs MAPMEM or MAPPER or SMAP to display the
  28. current DOS memory map at any time. Get the program EATMEM.COM
  29. or EATMEM.ASM for development work where you want to test
  30. software in an environment with a desired amount of available
  31. memory.
  32.  
  33. Written by Kim Kokkonen, TurboPower Software,
  34. Version 1.0 - 2/8/86.
  35. Telephone: 408-378-3672, Compuserve: 72457,2131
  36.